'DeclarationPublic Overloads Function Read( _ ByVal Array() As System.Byte, _ Optional ByVal ReadBehaviour As ReadBehaviours _ ) As DicomImage
public DicomImage Read( System.byte[] Array, ReadBehaviours ReadBehaviour )
Parameters
- Array
- Array of Bytes to read
- ReadBehaviour
The behaviours to be used when reading this stream
Return Value
If successful, a DicomImage Object is returned, and is added to the appropriate collection. If unsuccessful, an appropriate error is thrown.